listview: Avoid a critical when reordering
authorMatthias Clasen <mclasen@redhat.com>
Thu, 24 Sep 2020 02:53:21 +0000 (22:53 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 24 Sep 2020 02:53:21 +0000 (22:53 -0400)
commit9fde0137a052ebdb0374a1303a70517cd43afa72
treeeba953396fc8c9b3bbfeb1dfa68b8f0a591c5284
parent810218b2f5bfdd8c703cf02b3cd17467dce9fe07
listview: Avoid a critical when reordering

When sorting a cell into the place its already at,
we were triggering criticals. Avoid that.

Fixes: #3180
gtk/gtklistitemwidget.c